home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / T2000.INC < prev    next >
Text File  |  1994-03-28  |  1KB  |  45 lines

  1. ; Telebit T2000 & Trailblazer Plus
  2. ;
  3. ; BEFORE STARTING: Place your Telebit in ECM (Enhanced Command Mode)
  4. ;                  by following these steps:
  5. ;
  6. ;  1. Start with the modem OFF and the A/B switch in the A position
  7. ;  2. Press and hold the T/D while turning the modem ON.  Release the
  8. ;     T/D switch after the MR indicator comes on.
  9. ;
  10. ;
  11. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  12. ; program, type the following lines and press ENTER after each.  Then
  13. ; exit and restart TE/2.
  14. ;
  15. ;       AT E1 Q0 M1 V1 W1 X14 Y0 S0=0
  16. ;       AT S50=0 S51=254 S52=4 S54=3 S58=2
  17. ;       AT S63=1 S64=0 S66=1 S67=0 S68=2 S90=0
  18. ;       AT S92=1 S94=1 S95=2 S96=1 S110=1
  19. ;       AT S111=0 S131=1 S255=0 &W1 &W2
  20. ;
  21. ; NOTES: Set ALL dialing directory entries to 19200 baud
  22.  
  23. Baud          19200
  24. Parity        N
  25. WordLen       8
  26. StopBits      1
  27.  
  28. XonXoff       BOTH
  29. CtsRts        BOTH
  30. MatchBaud     FALSE
  31.  
  32. ModemInitStrg ATZ^M
  33. ModemDialStrg ATDT
  34. ModemDialSufx ^M
  35. ModemHangStrg ;
  36. DTRHangup     TRUE
  37.  
  38. Connect       CONNECT,19200
  39.  
  40. NoConnect     NO_DIALTONE
  41. NoConnect     NO_CARRIER
  42. NoConnect     BUSY
  43. NoConnect     VOICE
  44.  
  45.